purple_cipher_http_digest_calculate_session_key

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. gchar* purple_cipher_http_digest_calculate_session_key(const(gchar)* algorithm, const(gchar)* username, const(gchar)* realm, const(gchar)* password, const(gchar)* nonce, const(gchar)* client_nonce)
    version(Derelict_Link_Static)
    extern (C) extern (C) nothrow
    gchar*
    purple_cipher_http_digest_calculate_session_key
    (
    const(gchar)* algorithm
    ,
    const(gchar)* username
    ,
    const(gchar)* realm
    ,
    const(gchar)* password
    ,
    const(gchar)* nonce
    ,
    const(gchar)* client_nonce
    )
  2. da_purple_cipher_http_digest_calculate_session_key purple_cipher_http_digest_calculate_session_key;

Meta